home *** CD-ROM | disk | FTP | other *** search
- /*=========================== MiscMathCoord.h ===============================*/
- /* MiscMathCoord is an abstract superclass that supports creation of common
- mathematical coordinate systems.
-
- DMA Release 0.8, Copyright @1993 by Genesis Project, Ltd. All Rights
- Reserved. For further information on terms and conditions see
- the MiscKit license.
-
- HISTORY
- 21-Mar-93 Dale Amon at GPL
- Created.
- */
-
- #import <appkit/appkit.h>
- #import <misckit/miscgiskit.h>
-
- @interface MiscMathCoord:MiscCoord
- {
- }
-
- -initDescription: (char *) txt constants: anObject;
-
- /* blocked methods */
- -initDescription: (char *) txt
- converter: (id <MiscCoordConverterServer>) aConverter
- constants: anObject;
-
- @end
-